home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
mac
/
netCD41
/
DEMO16.DIR
/
00159_Script_159
< prev
next >
Wrap
Text File
|
1997-12-08
|
717b
|
31 lines
on enterFrame
global pointCursor
repeat with n = 23 to 28
if rollover(n) then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the member of sprite n to the number of the member of sprite n +1
end if
else
puppetSprite n, FALSE
end if
end repeat
repeat with n = 7 to 9
if rollover(n) then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the blend of sprite n to 100
end if
else
puppetSprite n, FALSE
end if
end repeat
end
on exitFrame
go to the frame
end